home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00427.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  296 b   |  15 lines

  1. on enterFrame
  2.   global gsearchOn
  3.   
  4.   if gsearchOn = 1 then 
  5.     set the visibility of sprite 6 to TRUE
  6.   else
  7.     set the visibility of sprite 6 to FALSE
  8.   end if
  9.   
  10.   set the castNum of sprite 44 = the number of cast "nonCursor"
  11.   updateStage
  12.   unload
  13.   unloadCast
  14.   --puppetSprite 29, true
  15. end